Skip to content

Conversation

@viralcodex
Copy link

@viralcodex viralcodex commented Jan 27, 2026

Fixes: #10882
Hey @kommander , I installed OpenCode today for this first time and felt odd to no be able to click on the link in the dialog for the Zen API to connect, so I thought to suggest this change.

What does this PR do?

Replaces the span with an anchor tag for the https://opencode.ai/zen link, making it clickable in the dialog. This improves user experience by allowing direct navigation to the API key page.

How did you verify your code works?

Build the app through by bun install then bun dev. Attaching a video for reference (just a small change).

Screen.Recording.2026-01-27.at.11.17.28.PM.mov

Hope it is fine,

Thanks and Regards,
avrl

Replaces the span with an anchor tag for the https://opencode.ai/zen link, making it clickable in the dialog. This improves user experience by allowing direct navigation to the API key page.
@github-actions
Copy link
Contributor

Hey! Your PR title Use anchor tag for Zen API key link in dialog doesn't follow conventional commit format.

Please update it to start with one of:

  • feat: or feat(scope): new feature
  • fix: or fix(scope): bug fix
  • docs: or docs(scope): documentation changes
  • chore: or chore(scope): maintenance tasks
  • refactor: or refactor(scope): code refactoring
  • test: or test(scope): adding or updating tests

Where scope is the package name (e.g., app, desktop, opencode).

See CONTRIBUTING.md for details.

@viralcodex viralcodex changed the title Use anchor tag for Zen API key link in dialog fix: Use anchor tag for Zen API key link in dialog Jan 27, 2026
@github-actions
Copy link
Contributor

The following comment was made by an LLM, it may be inaccurate:

No duplicate PRs found

@github-actions
Copy link
Contributor

Thanks for your contribution!

This PR doesn't have a linked issue. All PRs must reference an existing issue.

Please:

  1. Open an issue describing the bug/feature (if one doesn't exist)
  2. Add Fixes #<number> or Closes #<number> to this PR description

See CONTRIBUTING.md for details.

@viralcodex viralcodex changed the title fix: Use anchor tag for Zen API key link in dialog fix(cli): Use anchor tag for Zen API key link in dialog Jan 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Zen API Link in Dialog (cli) for /connect is not clickable

1 participant